home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / 911 / 911cd_builder_206rc.exe / {app} / plugins / 911max.net < prev   
Text File  |  2003-01-26  |  349b  |  13 lines

  1. @echo off
  2. echo AUTOEXEC.NET: Starting...
  3. echo Attempting to connect to the 911 Enterprise Rescue Network Share
  4. set cddrv=n:
  5. net use %cddrv% \\$$servername$$\$$share_name$$
  6. if errorlevel 1 goto _err
  7. if exist %cddrv%\_autorun.bat call %cddrv%\_autorun.bat
  8.  
  9. :_err
  10. echo Connection Failed  ... Continuing Normal Boot Process
  11. set cddrv=
  12. :_end
  13.